Skip to content

ci(canary): switch to single-command sandbox create canary#322

Closed
drew wants to merge 1 commit intomainfrom
canary-single-command
Closed

ci(canary): switch to single-command sandbox create canary#322
drew wants to merge 1 commit intomainfrom
canary-single-command

Conversation

@drew
Copy link
Collaborator

@drew drew commented Mar 15, 2026

Summary

Switch the release canary from the two-step path (gateway start + sandbox create) to a single sandbox create that auto-bootstraps everything. This tests the real zero-to-sandbox user experience.

Changes

  • Remove the explicit gateway start step
  • Set OPENSHELL_GATEWAY_HOST=host.docker.internal as a job-level env var so auto-bootstrap advertises a reachable address
  • sandbox create now handles the full lifecycle: detect no gateway, bootstrap one, create a sandbox, run the command

Testing

  • Trigger canary via workflow_dispatch with tag=devel to validate

Now that OPENSHELL_GATEWAY_HOST is supported in auto-bootstrap,
remove the explicit `gateway start` step. The canary now tests the
real zero-to-sandbox user path: a single `sandbox create` that
auto-bootstraps the gateway, creates a sandbox, and runs a command.
@drew drew closed this Mar 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant